| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.19 17:18:00 -
[1] - Quote
When you're feeling better.
1) http://www.evemarketeer.com/player/account Warning: implode(): Invalid arguments passed in /var/www/mod/player.php on line 75
2) You also might want to turn the order history page when looking at an item into a paged list, or shorten it. Right now it takes a long time to load and is very long.
3) Shorten/page the upload history page. Also some of mine are showing -1 for the credits earned. ex: Assault Missile Launcher II, Assault Missile Launcher I Blueprint, Ship Scanner II
4) On the mission statistics page, it says I need to add a character to the account, when I have and it has pulled the API for it. Maybe say what permissions from the API are needed when showing that error. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.19 20:28:00 -
[2] - Quote
Callean Drevus wrote:Thank you for your kindness  I'm still feeling unwell though. Which is one of the reasons I'm uploading the entire EVE Marketeer codebase to Github. Previously, I already added a few people to the mercurial repository I was using before, but this seems immensely easier. Besides, everyone will be able to contribute instead of just a few. I'll also expose access to the live database to a few people that I trust not to give away private information. This will hopefully allow updates to happen even if I'm not feeling ok  . The only thing I'm struggling with is providing a copy of the database. I could allow a complete download, but at the moment it's about 45 GB, which is probably a tad much for most people. Anyone have any ideas?
Maybe just include active orders, or just ones that have been seen in the past x days in the download. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.19 21:30:00 -
[3] - Quote
Callean Drevus wrote:Hmm, git is being recalcitrant as usual. I wonder why I still try... Maybe just stay with mercurial...
I don't remember what it was but with another project that I think was on google code, people could upload patches that the devs would then incorporate into the main code if they thought it was good. I don't remember what system it was with, but maybe that would be helpful allowing anyone to submit code patches to you.
It seems I about doubled/tripled the length of the feedback page on the site now =] |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.19 21:58:00 -
[4] - Quote
Callean Drevus wrote:Woot! EVE Marketeer was on github. And then I noticed I had some production passwords in the source that should have been hidden. Oh well, I'll give up for today. Tomorrow will probably see me simply committing the damn thing to bitbucket. I do (again) not feel like dealing with git ever again. And yes, both of those websites allow people to commit patches which I can then merge into the main codebase. That's kind of the point  You won't be able to edit the code on the site itself though, but using mercurial should be relatively painless (as opposed to git). EDIT: Regarding my sig, yeah, but I seem to not be able to edit it anymore.
I haven't used github much. I'm used to SVN. I'm assuming you will post a link to the repo as soon as you are done setting it up?
Edit: just curious. What are the machine specs this is run off of? I know it's ubuntu and running nginx. Apache backend or just nginx? |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.20 16:22:00 -
[5] - Quote
Callean Drevus wrote:Try appending ?debug=3 to any URL if you want to see loadtime and queries.
The specs are: i3 Intel processor 4 Gb RAM 2 1 Gb SATA disks in raid 1 100 Mbit uplink
Those are probably the most relevant ;)
Ok. I was thinking of something more along the lines of it showing all the time in a way that doesn't mess up the page layout. ex. http://chubaka.dyndns.biz/~ci/ipb_stats.png |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.20 17:00:00 -
[6] - Quote
Callean Drevus wrote:I know you were :) this is just the best it can do at the moment. Havent found a decent way to incorporate the stats into the page yet. Ok. I thought the screenshot would help give you an idea of what I meant and an idea for a way to incorporate it into the site.
How about this? http://chubaka.dyndns.biz/~ci/evemarketeer_stats.png (I just grabbed the code from the IPB Forums site and stuck it in there using your theme.) http://chubaka.dyndns.biz/~ci/stats_code.txt (if you like it, there is the code/links to images. I think they are the famfamfam silk icon ones though) |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.20 18:17:00 -
[7] - Quote
Callean Drevus wrote:Lol, nice going there  Don't you think it's a lot of space (distraction) for just the stats though? That has been what has kept me from implementing it this way. I would do it if I had something else to show in that bar, but right now, it's just a waste of space (though I doubt many people would mind, spending 10% of the (visible) page height on stats feels wrong to me) That said, think up something useful to go on the left side of that box, and it would be ok ;) maybe we should also show number of users active or something  Maybe put it on the same line as the powered by images, or make it optional and add a option to the user settings. I'm sure you could make it smaller than what I did, I just didn't feel like messing around with css more than I had to. On a side note, is it just me or does the site logo text look a bit choppy?
If I had more time I would consider helping you out some with this, unfortunately I don't. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.20 20:42:00 -
[8] - Quote
Callean Drevus wrote:Ok, so I finally got a decent version of the EVE Marketeer source uploaded. As I suspected, using Mercurial was immensely easier than Git (I'm not bashing Git, I'm just saying I'm not cut out for it, version control should just stay out of your way). https://bitbucket.org/aeolun/eve-marketeer/overviewIt is released under the WTFPLThe database can also be downloaded (only the structure for now, populate it with data yourself :P) from here. Now go ahead and let me know about those glaring SQL injection attacks, cross site scripting and the fact that the comment form secretly allows you to enter whatever HTML you want  UPDATE: The live version of EVE Marketeer is now the bitbucket version, making for easy updates. Alright. I edited the code for the bottom. How is this? http://www.evemarketeer.cmu.ois-eve.info/ |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.20 20:59:00 -
[9] - Quote
Callean Drevus wrote:I had to get used to it for a bit, but I think it looks pretty nice. You did a clone of the code? If so, can you submit it? Will have to figure out how bitbucket handles that one way or another.
I actually just downloaded it as a zip. http://www.evemarketeer.cmu.ois-eve.info/changes-10-20-2011.zip those are the things I changed there. There might have been a better way to do that, but I did that without actually figuring out what everything in the code does.
Edit: If you got that zip file when it contained main.php, download it again. It was supposed to have init.php instead of main.php |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.10.22 16:14:00 -
[10] - Quote
Callean Drevus wrote:Ah lol, I didn't see your extra messages because they were edits to the previous post. The text doesn't actually look better for me. Quite the contrary, it's got a fuzzy haze over it now (antialiasing gone wrong). Ah, the difference between mercurial and SVN (I believe you used that previously) is that after you commit it to your local repository, you also have to push your changes to the server. I do not believe you can do this at the moment because you do not have write permissions on the repository. To push it, I believe you have to follow steps 2, 4 and 5 on this page: http://confluence.atlassian.com/display/BITBUCKET/Sharing+Code+in+BitbucketOf course, I'll probably be implementing the zipped up file before that happens :P
Ok. I don't see the issue with the new text. Maybe it is something different with the browsers. The thing I was trying to take care of was the jagged edges on the slanted parts, such as the V, M, R... For me the only difference with the new one is cleaner edges and a slight size difference. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.06 21:17:00 -
[11] - Quote
Interesting, the top uploaders page shows my old number of uploads and points, yet my user summary page shows the new, reset, and much lower count. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.06 21:42:00 -
[12] - Quote
Callean Drevus wrote:Actually, it wasn't reset. The user summary page is just deprecated and uses the wrong table to calculate the statistics.
UPDATE: Which is also the reason why it was removed in this update. Ok, well you might want to give people a place to get their upload key then.
Edit: maybe just fix it? It was sorta nice to be able to see that info. And it had the upload key on it. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.06 21:55:00 -
[13] - Quote
Callean Drevus wrote:I will bring the information back, just not on that page. Will probably be integrated into either the UI, the Account page or another page.
The upload key can be retrieved from the upload page as well, which should be a pretty logical location. (UPDATE: though it might be a bit more prominent, it's very overshadowed by that large block of text underneath it) Alright, you might want to change the text on the front page that says where to find it then.
Also, You know the "My Orders" page doesn't show any orders right? |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.06 22:52:00 -
[14] - Quote
Yes, my API had transactions and orders. It shows them on the API page on the marketeer site. I have used this API with these settings since I signed up, so it has had time. The orders page just doesn't show any orders, the transaction page says I need to log in or add a character. This is the API access mask: 29364610 |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.07 20:46:00 -
[15] - Quote
I just checked the API key, it already had character info enabled. The site shows the new error message saying it dosn't have it enabled though.
This is the api config page for what I see. http://ois-eve.info/files/eve_api.png |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.07 23:07:00 -
[16] - Quote
Ok, key is updated. EM shows the change. Orders is still empty, and assets and transactions still say I need to log in or add a character. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.08 03:29:00 -
[17] - Quote
Found an issue, you seem to have reverse the order of sell orders. High prices are now at the top. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.08 15:32:00 -
[18] - Quote
Callean Drevus wrote:Ok, just to let you know, when it works a character selection dropdown will show up on the left side of the secondary menubar. As long as it doesn't something is wrong, though I honestly couldn't say what is causing this problem now. I'll get to the bottom of this yet!
I think I know where you are saying there should be a dropdown box for the character, but there isn't one. I am waiting on my api to update to all characters. How often does the cron run to update API info so I know if it worked or not? |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.30 01:13:00 -
[19] - Quote
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 80 bytes) in /var/www/www.evemarketeer.com/core/mod/content/yapeal.php on line 107
While trying to load the history for Tritanium
Also
The "Total Bounties" and "Total Bounty Taxes" always shows the total amount regardless of what you set the time to. If you set it to 1 day, it should show totals for the past day. I don't know about the mission totals as I haven't run any in the time the site was able to grab logs for. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
0
|
Posted - 2011.11.30 22:43:00 -
[20] - Quote
1) Maybe limit the history tab to 90 orders per page, or 30 and go by months rather than a year.
2) After waiting about 30 seconds for the orders tab to load:
Warning: file_put_contents(var//classpath.cache.d15.php): failed to open stream: Permission denied in /var/www/www.evemarketeer.com/core/lib/dwoo/Dwoo/Loader.php on line 86 Fatal error: Uncaught exception 'Dwoo_Exception' with message 'Could not write into var//classpath.cache.d15.php, either because the folder is not there (create it) or because of the chmod configuration (please ensure this directory is writable by php), alternatively you can change the directory used with $dwoo->setCompileDir() or provide a custom loader object with $dwoo->setLoader()' in /var/www/www.evemarketeer.com/core/lib/dwoo/Dwoo/Loader.php:87 Stack trace: #0 /var/www/www.evemarketeer.com/core/lib/dwoo/Dwoo/Loader.php(104): Dwoo_Loader->rebuildClassPathCache('/var/www/www.ev...', 'var//classpath....') #1 /var/www/www.evemarketeer.com/core/lib/dwoo/Dwoo/Compiler.php(2703): Dwoo_Loader->loadPlugin('stationname', true) #2 /var/www/www.evemarketeer.com/core/lib/dwoo/Dwoo/Compiler.php(2494): Dwoo_Compiler->getPluginType('stationname') #3 /var/www/www.evemarketeer.com/core/lib/dwoo/Dwoo/Compiler.php(1981): Dwoo_Compiler->replaceModifiers(Array, 'var', 12) #4 /var/www/www.evemarketeer.com/core/lib/dwoo/Dwoo/Compiler.php(1 in /var/www/www.evemarketeer.com/core/lib/dwoo/Dwoo/Loader.php on line 87
I don't know if this is because you are still working on it, or something like the history page was doing yesterday (loading a long time then giving an error).
3) Make sure you mark the things as done on the feedback page, you missed pagination, clicking on search result to submit, etc.
4) The checkbox for the signature won't save, it always stays empty and the sig stays private.
4) I like the new tables at the top of the items page and the other layout/design/css changes.
5) The uploader is screwed up. It stopped uploading at 301, then stopped, no errors, just stopped. Restarting it didn't fix it, nor did disabling all but EMK.
6) The uploads aren't being processed? |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
1
|
Posted - 2011.12.01 03:40:00 -
[21] - Quote
Alright, I see you made it show the totals for the time set, sorta. I say sorta because I noticed a counting problem.
http://compu.redshift-gaming.net/images/js/EMK_mission.png Just noticed the offset in the numbering, oh well, you get the point. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.04 17:52:00 -
[22] - Quote
On the bounty tracker page: Warning: Invalid argument supplied for foreach() in /var/www/www.evemarketeer.com/mod/missions.php on line 40
And the table is very screwed up now, only numbers where the names should be and all 0's in the amount column.
And it would appear that the totals are still wrong. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.04 19:09:00 -
[23] - Quote
I think the rat bounties were correct, but the totals are not, that I am sure of. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.04 21:31:00 -
[24] - Quote
Callean Drevus wrote:Well, the rat bounties were off even when I implemented it, that's why I put the +/- behind the value. It might be that the totals of rat bounties are off too, but I think those are generally correct (unless the API gave me errors).
And I added another feature. You are now able to total your buy and sell orders in the transaction history screen, making for some interesting view of how much you earned on a specific kind of item. It seems PLEXes are one of my major sources of income. Well something is wrong. Since I rat in null a lot I have gotten to know about how much the rat bounties are. They seemed right on the site, but the image I linked on the previous page shows how much it is off, and the my calculated amount seems right, but your amount was about 20mill too high. If view the last 90 days the number seems a few hundred mill too high, so I know something is wrong. In my opinion, might as well leave the bounties in there as they seemed accurate. Just from looking at your total, it seems about double what it should be.
Also, when will the uploader be fixed? I have been uploading with 1 client for about 2 hours now and just noticed the uploader stopped processing them at 1081. (EMD enabled, EC disabled) |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.06 22:56:00 -
[25] - Quote
Alright. It's not version control, but have you considered using dropbox? That would save you the hassle in the future for losing things, instant backup and I think it keeps the past 5 versions of a file or something. I only mention that because it is just something you could install and then forget about it. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.07 00:42:00 -
[26] - Quote
Callean Drevus wrote:I am actually using jungledisk and .............
Alright, thats good. As for the new uploader, maybe put the field for EMK at the top, it is your uploader after all.
Second suggestion, add some way to the uploader to decrease the time. I know its there for people with slower connections so they don't slow it down and miss 1/2 the items, but for me it loads in about 1.5-2 seconds. (Remember, max of 1 JS call per second with the IGB) |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.12 07:40:00 -
[27] - Quote
Callean Drevus wrote:I present to you, the unified uploader: http://www.evemarketeer.com/downloadsYou can now add any number of endpoints, have EVE Central lagging behind all other endpoints without any trouble and it be generally awesome and out of your way. Currently only downloadable as a zip archive, but it'll change once I've worked out all the bugs. I invite you to try it out!
Looks nice.
1) You did forget the 's' in universal under data types when adding a site.
2) [Edit] A restart of the program fixed this, but still not sure why it happened the first time.[/edit] Also, you might want to fix the cache folder. It starts out with the windows username of Bart, and autodetect isn't changing it on my desktop, though it does fix it on my laptop. Maybe have it autodetect on first startup.
Quote:Traceback (most recent call last): File "UploaderFrame.pyo", line 303, in installationAutodetectButtonClick AttributeError: Installation instance has no attribute 'folder_base'
3) Maybe add a upload log like before so we can tell if its working. if it does have one, then it isnt working for me. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.12 08:21:00 -
[28] - Quote
Dragonaire wrote:On another note Not sure if the new uploader is doing anything it doesn't seem to be uploading anything  Odd, my upload history on the site is completely empty. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.12 20:11:00 -
[29] - Quote
Callean Drevus wrote:Hmm, the only problem I am aware of is having to restart after autodetecting for the shizzle to work. I'll see wha I can do about these current troubles. The upload log should be working :P if it isn't showing anything, it isn't uploading. The new uploader isn't uploading anything on either of my computers. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.13 06:09:00 -
[30] - Quote
Counting is either off again or still off for ratting. In the past 24 hours I have made between 50-70 mill, not 292,519,637.50 as the site says.
Edit: The correct count is 105 mill, though it was actually in the range I said above due to having another person there. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.14 02:15:00 -
[31] - Quote
I will have to say, the mission page is completely confusing me. Yesterday it was a lot higher than it should have been, today it is spot on.
1) The uploader now uploads 2) it uploads before you enter a upload key 3) It stops responding when you try to close it 4) It says version 1.0 when it should say 0.2 |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.15 04:39:00 -
[32] - Quote
I would recommend auto-generating the config file. That way when it is extracted, you don't overwrite the old config file that contains the keys, although I was paying attention not to overwrite it, some people may. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.15 04:47:00 -
[33] - Quote
The uploader (0.3) isn't uploading anything for me. The queue size kept increasing until it hit 50 and then it stopped, but the uploads is still 1, which it did as soon as I opened it. It appears to be queuing everything and not uploading. I have a key entered for both EMK and EMD, and 0 for EC.
|

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.16 05:55:00 -
[34] - Quote
Oh, I love how these forums don't post things... I posted this a few hours only to find out now that it never posted it.
Anyway.
What is this? http://www.evemarketeer.com/item/info/Gallente_Thanatos_Carrier I found that while searching for "Thanatos" |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.21 19:30:00 -
[35] - Quote
Domi Etymology wrote:serves you right for writing code while standing on your head.
The new images showing the item list of what's being scanned/uploaded are sweet :) Yea, just noticed them. Let me guess, I gave him the idea. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.23 18:57:00 -
[36] - Quote
I am not getting any errors, but every so often I will open the uploaded and it will not upload anything (0.4). Restarting does not help and I do not have any other uploaders running. It was working last night before downtime, but today it is not uploading anything.
PS: I am disappointed that you didn't make a version 3D.  |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.23 19:22:00 -
[37] - Quote
Callean Drevus wrote:There simply might not be anything to upload (even if the upload suggestions are still happily cycling, if nothing has changed since last time, nothing will be uploaded). The EVE client won't even write a cache file, so the uploader does nothing at all. That was it, good to know. I cleared my cache just to see if that was it, and it was. I thought the uploader deleted the cache files after uploading them. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.23 21:36:00 -
[38] - Quote
Hmm. I left and had the market scanner running for about 2-3 hours. I just got home and found that the uploader had only uploaded 20 things, and this is after I cleared my cache.
EDIT: The market scanner on you site seems to be going in circles, it is scanning the same things over and over. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.23 21:52:00 -
[39] - Quote
Callean Drevus wrote:Are you certain it is going in circles? I cannot duplicate this behaviour... It should be easy to test by seeing if the items that are shown first are different if you refresh the page.
When I left I saw a weathe blueprint and a quantum flux generator 3 go by, when I came back and noticed that it had uploaded 20 items I watched for a minute and saw the same things go by. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
2
|
Posted - 2011.12.24 07:35:00 -
[40] - Quote
Warning: mysql_ping() expects parameter 1 to be resource, boolean given in /var/www/www.evemarketeer.com/core/lib/cordb/cordb.php on line 29 Database connection #0 failed
4200 uploads to EMD and EC, 407 to EMK  |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
3
|
Posted - 2012.04.20 01:45:00 -
[41] - Quote
LifeHatesMe wrote:Callean Drevus wrote:How about this? http://chubaka.dyndns.biz/~ci/evemarketeer_stats.png (I just grabbed the code from the IPB Forums site and stuck it in there using your theme.) http://chubaka.dyndns.biz/~ci/stats_code.txt (if you like it, there is the code/links to images. I think they are the famfamfam silk icon ones though)
Your links are broken; * dig chubaka.dyndns.biz +short 35.32.132.87 * ping -c 1 35.32.132.87 PING 35.32.132.87 (35.32.132.87) 56(84) bytes of data. --- 35.32.132.87 ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 10000ms Sounds like you need to fixy your dynamic dns service? :) That is from a long time ago. Well, that used to exist. It was on a computer sitting in my dorm room. As for the packet loss, my router is set not to respond to pings. |

Controller Vrelk
New Eden Regimental Navy Rebel Alliance of New Eden
3
|
Posted - 2012.04.25 15:56:00 -
[42] - Quote
I've been getting a 502 error for the past day. |
| |
|